home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / nxyplot / Source / FormatHandler.h < prev    next >
Text File  |  1992-06-15  |  1KB  |  56 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #import <streams/streams.h>
  6.  
  7. @interface FormatHandler:Object
  8. {
  9.     id    plotParam;
  10.     id    canvas;
  11.     id  lineThickness;
  12.     id  lineThicknessText;
  13.     id  axesOnOff;
  14.     id  axisThickness;
  15.     id  axisThicknessText;
  16.     id  legendOnOff;
  17.     id  legendBoxOnOff;
  18.     id  legendForm;
  19.     id  borderBoxOnOff;
  20.     id  borderBoxThickness;
  21.     id  borderBoxThicknessText;
  22.     id  frameBoxOnOff;
  23.     id  frameBoxThickness;
  24.     id  frameBoxThicknessText;
  25.     id  gridOnOff;
  26.     id  gridDotted;
  27.     id  gridThickness;
  28.     id  gridThicknessText;
  29.     id  majorTicMarksOnOff;
  30.     id  minorTicMarksOnOff;
  31.     id  ticMarkLength;
  32.     id  ticMarkLengthText;
  33.     id  ticMarkThickness;
  34.     id  ticMarkThicknessText;
  35.     id  ticMarkLocation;
  36.     id  symbolSize;
  37.     id  symbolSizeText;
  38.     id  xTitle;
  39.     id  yTitle;
  40.     id  mainTitle;
  41.     id  legendTitle;
  42.     id  backgroundColorWell;
  43.     id  textColorWell;
  44.     id  curveColorWell;
  45.     id  curveNumber;
  46.     id  ebarBaseWidth;
  47.     id  ebarBaseWidthText;
  48.     id  legendOpaque;
  49. }
  50.  
  51. - writeFormatFile:sender;
  52. - readFormatFile:sender;
  53. - readFormatData:(NXStream *)formatStream;
  54.  
  55. @end
  56.